Global Index
HTML5 JS API Index > Media Tutorials & Specs

TextTrackCueList

Properties
unsigned long
length
The length attribute must return the number of cues in the list represented by the TextTrackCueList object.
Operations
TextTrackCue?
getCueById(DOMString id)
The getCueById(id) method, when called with an argument other than the empty string, must return the first text track cue in the list represented by the TextTrackCueList object whose text track cue identifier is id, if any, or null otherwise. If the argument is the empty string, then the method must return null.
TextTrackCuegetter(unsigned long index)
Referenced by
TextTrackcues